From e5f920d7e970d9e06e067b02d41ebe74783fa176 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 29 Apr 1993 16:49:24 +0000 Subject: [PATCH] (Fthis_command_keys): Doc fix. --- src/keyboard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index d72125cc98e..c6a55091ce0 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -4114,7 +4114,8 @@ DEFUN ("recent-keys", Frecent_keys, Srecent_keys, 0, 0, 0, } DEFUN ("this-command-keys", Fthis_command_keys, Sthis_command_keys, 0, 0, 0, - "Return string of the keystrokes that invoked this command.") + "Return the key sequence that invoked this command.\n\ +The value is a string or a vector.") () { return make_event_array (this_command_key_count, -- 2.30.2